func internal/strconv.formatBase10
7 uses
internal/strconv (current package)
ftoadbox.go#L176: i := formatBase10(d.d, mant)
ftoafixed.go#L176: if formatBase10(d.d[:digits], dm) != 0 {
itoa.go#L18: j := formatBase10(a[:], i)
itoa.go#L38: j := formatBase10(a[:], u)
itoa.go#L73: j := formatBase10(a[:], i)
itoa.go#L182: return formatBase10(a, u)
itoa.go#L191: func formatBase10(a []byte, u uint64) int {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)